|
| void | i2crepeater_cfg_setup (i2crepeater_cfg_t *cfg) |
| | I2C Repeater configuration object setup function.
|
| err_t | i2crepeater_init (i2crepeater_t *ctx, i2crepeater_cfg_t *cfg) |
| | I2C Repeater initialization function.
|
| void | i2crepeater_enable_device (i2crepeater_t *ctx) |
| | I2C Repeater enable device function.
|
| void | i2crepeater_disable_device (i2crepeater_t *ctx) |
| | I2C Repeater disable device function.
|
| err_t | i2crepeater_set_i2c_address (i2crepeater_t *ctx, uint8_t slave_addr) |
| | I2C Repeater set I2C address function.
|
| err_t | i2crepeater_i2c_write (i2crepeater_t *ctx, uint8_t *data_in, uint16_t len) |
| | I2C Repeater write function.
|
| err_t | i2crepeater_i2c_read (i2crepeater_t *ctx, uint8_t *data_out, uint16_t len) |
| | I2C Repeater read function.
|
| err_t | i2crepeater_i2c_write_then_read (i2crepeater_t *ctx, uint8_t *data_in, uint16_t in_len, uint8_t *data_out, uint8_t out_len) |
| | I2C Repeater write then read function.
|
| err_t | i2crepeater_i2c_write_reg (i2crepeater_t *ctx, uint8_t reg, uint8_t *data_in, uint8_t len) |
| | I2C Repeater write register function.
|
| err_t | i2crepeater_i2c_read_reg (i2crepeater_t *ctx, uint8_t reg, uint8_t *data_out, uint8_t len) |
| | I2C Repeater read register function.
|
This file contains API for I2C Repeater Click Driver.